home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / advn4d44 / treasure.fr_ / treasure.fr (.txt)
Encoding:
Visual Basic Form  |  1997-02-11  |  570 b   |  21 lines

  1. VERSION 4.00
  2. Begin VB.MDIForm frmTreasure 
  3.    BackColor       =   &H8000000C&
  4.    Caption         =   "Adventures in 4 Dimensions"
  5.    ClientHeight    =   4224
  6.    ClientLeft      =   84
  7.    ClientTop       =   348
  8.    ClientWidth     =   7536
  9.    Height          =   4608
  10.    Left            =   36
  11.    LinkTopic       =   "MDIForm1"
  12.    Top             =   12
  13.    Width           =   7632
  14. Attribute VB_Name = "frmTreasure"
  15. Attribute VB_Creatable = False
  16. Attribute VB_Exposed = False
  17. Option Explicit
  18. Private Sub mnuFileExit_Click()
  19.   End
  20. End Sub
  21.